| Getting Started with PCC > Configuration > Disabling Excel Pagination for Prizm Services | 
Prizm Services support two basic pagination modes for rendering Excel documents:
In non-paginated mode, each Excel sheet, irrespective of its size, is rendered onto a single page. If the number of columns and/or rows is large, then this might result in very small and unreadable output. In paginated mode, each Excel sheet is divided into a number of pages, such that each page fits into a specific size (see Customizing Excel Pagination Settings for Prizm Services).
By default, Excel pagination is enabled. To disable pagination, edit the Watchdog configuration file located in the following default directories:
Modify the following parameter to disable or enable pagination:
| Example | 
                     
                        Copy Code
                     
                 | 
            
|---|---|
                    "officeConversionService": { ... "excelPagination":true, ... },  | 
            |